GcWicBitmap Constructor(Image,Nullable<Rectangle>)
In This Topic
Initializes a new instance of the
GcWicBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As Image, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public GcWicBitmap(
Image ,
System.Nullable<Rectangle>
)
Parameters
- image
- GrapeCity.Documents.Drawing.Image used as the source of image data.
- imageRect
- Clipping rectangle of the image to be loaded.
See Also